eplato-loyaltycardtransactions-v1 Schema
rows Element
eplato-loyaltycardtransactions-v1 Schema > loyaltycardtransactions Element : rows Element
Namespace urn:xmlns:eplato:loyaltycardtransactions-v1
Diagram
transactiondatetime Element iswithdrawal Element pointsbalancechange Element pricebalancechange Element cardnumber Element All row Element Sequence rows Element
Overview
rows optional
Sequence
rowid required xs:int
All
cardnumber xs:long
pricebalancechange optional xs:decimal
pointsbalancechange optional xs:decimal
iswithdrawal xs:boolean
transactiondatetime xs:dateTime
Source
<xs:element name="rows" minOccurs="0" maxOccurs="1" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="row" type="sr:row" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
</xs:element>
See Also
loyaltycardtransactions Elementeplato-loyaltycardtransactions-v1 Schema